Functions to get and set Lisp_Object fields of buffer-local variables.
authorDmitry Antipov <dmantipov@yandex.ru>
Fri, 17 Aug 2012 14:24:43 +0000 (18:24 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Fri, 17 Aug 2012 14:24:43 +0000 (18:24 +0400)
commit43561ce2430e4f74e4a34c47d63b1c0a877305af
treed55e03aef8c2cc9ebcf2e438c6a32803567e04eb
parentb9f2bc48fe0c22e90edbee2e669d7a40686ed048
Functions to get and set Lisp_Object fields of buffer-local variables.
* lisp.h (blv_found, set_blv_found, blv_value, set_blv_value)
(set_blv_where, set_blv_defcell, set_blv_valcell): New functions.
(BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): Remove.
* data.c, eval.c, frame.c: Adjust users.
src/ChangeLog
src/data.c
src/eval.c
src/frame.c
src/lisp.h